home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / fldir100.zip / FLDIR.DOC next >
Text File  |  1991-03-03  |  3KB  |  91 lines

  1.  
  2.                         File Directory v1.00
  3.  
  4.                         By Robert McCullough
  5.  
  6.  
  7. File Directory looks exactly like Dos's Dir Command but with some *added*
  8. features. This was put together as a request for a Tick Help utility. If
  9. you are an end system and you have various File Echos pointing to the same
  10. directory you may worry about overwrite. FLDIR will aid you in creating
  11. a "Complete" FILECHO.DUP files. Using DOSs Redirect and Append Pipeing
  12. features it is easy to include all the files in your new .DUP file.
  13.  
  14.  Lets say you put DOS_UTIL, UTILITY, and CRN_UTIL all in one file area
  15.  (your C:\Files\Utility directory to be exact) you would want to have
  16.  the same dupe file for each File echo to prevent  an accidental overwrite
  17.  of a file similar but not the same file. In fact they may be two entirely
  18.  different files and the newer one (just recieved has nothing to do with
  19.  the older one which would get overwritten) ..This is just the utility
  20.  for you... Here is what you can do:
  21.  
  22.  
  23. FLDIR /s /-h C:\Files\Utility >> DOS_UTIL.DUP
  24. FLDIR /s /-h C:\Files\Utility >> UTILITY.DUP
  25. FLDIR /s /-h C:\Files\Utility >> CRN_UTIL.DUP
  26.  
  27.  
  28.  Another example might be that you just joined SOFTDIST (SDS File Echo)
  29.  and this pointed to your (already inhabited) BBSFILES File Area
  30.  
  31. FLDIR /s /-h C:\Files\BBSFiles >> SOFTDIST.DUP
  32.  
  33.  
  34.  There are proably dozens of other uses for this utility ...but I will let
  35.  you figure all that out ;-)
  36.  
  37.  Let me tell you a little about FLDIR...
  38.  
  39.  all normal DOS switches work  (i.e. /w /p ) but with FiLeDIR there are about
  40.  more. This program is especially good to redirect for input directly in
  41.  another Program.
  42.  
  43.  
  44.  /a    ...Include Hidden and System files
  45.  /d    ...Include DIRectories (defualt is off)
  46.  /f    ...Full path (i.e. Drive:\Path\Path\File.ext)
  47.  /h    ...Headers (and footer) for directory screen
  48.  /p    ...Pause after each screen full
  49.  /s    ...Short (does not display file dates or sizes)
  50.  /w    ...Wide directory screen
  51.  
  52.  
  53.  - (dash) before any of the above letters turns off a switch (i.e. /-h will
  54.  turn off the Header option).
  55.  
  56.  
  57.  FLDIR also allows you to stack File Specs and gives multiple screens
  58.  
  59.  FLDIR *.exe *.com will display one screen of .Exe files found and the second
  60.  screen of .Com files found. You are limited only by your environment Variables.
  61.  
  62.  
  63.  Other Shareware and PD Projects (programs) include:
  64.  
  65. DEL0.ZIP      Deletes 0 Byte files
  66. CRITICAL.ZIP  Critical Dos Error Monitor (current version 1.04)
  67. ECHO307.ZIP   EchoDor - FTSC Compatable Msg System (.Msg Door)
  68. PICT101.ZIP   Picture Door - Online ANSI File Viewer
  69.  
  70.  If you would like some of the above utilities, they are avaliable file request
  71.  or Download from WorkBench BBS 1:116/1000
  72.  
  73.  
  74.  and Beta
  75.  
  76. WORKBENCH    Command Com Replacement
  77. XVEDIT       Visual Editor for XBBS
  78. VEDIT        RA/Quick Visual Editor
  79. FLO CONTROL  Interface - Use QM with FrontDoor or DBridge
  80.  
  81.  
  82.                    Enjoy,
  83.  
  84.                         Robert McCullough
  85.  
  86.                                    615 333-0557 Voice
  87.                                    615 333-1458 BBS
  88.  
  89.  
  90.  
  91.